computer program
Học thuậtThân thiện
Definition
Noun: 1. A set of coded instructions that directs a computer to perform specific operations or tasks. It is a detailed, step-by-step sequence of commands written in a programming language that a computer's processor can understand and execute to achieve a desired outcome, such as running an application, processing data, or controlling hardware.
Usage
A "computer program" is the fundamental software component that enables all computing functions. It is created by a programmer and must be loaded into a computer's memory to run.
Examples
- Noun:
- I wrote a simple computer program to calculate my monthly expenses.
- The new operating system can run computer programs designed for the previous version.
- Installing this software adds several computer programs to your hard drive.
Advanced Usage
- "To execute/run a computer program": To start and carry out the instructions contained in the program.
- When you double-click the icon, you execute the computer program.
- "To debug a computer program": To find and fix errors or bugs in the program's code.
- The developer spent the afternoon debugging the new computer program.
Variants and Related Words
- Program (or Programme) (n): A common, shorter form for "computer program."
- This program helps edit photos.
- Software (n): A broader term encompassing computer programs, documentation, and data.
- The company develops business software.
- Application (App) (n): A type of computer program designed for end-users to perform specific tasks.
- I downloaded a new fitness app to my phone.
- Executable (n): A file containing a computer program that is ready to be run.
- The executable file for the game is quite large.
Synonyms
- Code: Often used informally to refer to the textual source of a program or the program itself.
- She is reviewing the code for the new feature.
- Routine: A sequence of program instructions performing a specific task, often as part of a larger program.
- The program includes an error-handling routine.
Related Phrases
- To compile a program: To translate the human-readable source code of a computer program into machine code that the computer can execute directly.
- You must compile the program before you can run it.
- Program logic: The underlying algorithm and flow of control that defines how a computer program operates.
- The error was not in the syntax but in the program logic.
Noun
- (computer science) a sequence of instructions that a computer can interpret and execute
- the program required several hundred lines of code